-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix build platforms #11
Closed
BirdHighway
wants to merge
134
commits into
openintegrationhub:master
from
blendededge:fix-build-platforms
Closed
Fix build platforms #11
BirdHighway
wants to merge
134
commits into
openintegrationhub:master
from
blendededge:fix-build-platforms
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature/readme
Added log if no url exists after JSONata transformation
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.4...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…w-redirects-1.14.8 Bump follow-redirects from 1.14.4 to 1.14.8
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.5.3...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…arse-1.5.10 Bump url-parse from 1.5.3 to 1.5.10
Attachment support
Component upgrades
Automatically update ferryman-extensions version
Create dependabot.yml
Fix configuration issue with dependabot version updates
Update dependabot.yml
Update dependabot.yml
Added dependencies to auto update
Update dependabot.yml
Bumps [@blendededge/ferryman-extensions](https://github.com/blendededge/ferryman-extensions) from 2.0.2 to 2.0.4. - [Commits](https://github.com/blendededge/ferryman-extensions/commits) --- updated-dependencies: - dependency-name: "@blendededge/ferryman-extensions" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ededge/ferryman-extensions-2.0.4 Bump @blendededge/ferryman-extensions from 2.0.2 to 2.0.4
Bumps [@openintegrationhub/ferryman](https://github.com/openintegrationhub/openintegrationhub) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/openintegrationhub/openintegrationhub/releases) - [Commits](https://github.com/openintegrationhub/openintegrationhub/commits) --- updated-dependencies: - dependency-name: "@openintegrationhub/ferryman" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ntegrationhub/ferryman-2.3.1 Bump @openintegrationhub/ferryman from 2.3.0 to 2.3.1
Bumps [@blendededge/ferryman-extensions](https://github.com/blendededge/ferryman-extensions) from 2.0.4 to 2.0.6. - [Commits](https://github.com/blendededge/ferryman-extensions/commits) --- updated-dependencies: - dependency-name: "@blendededge/ferryman-extensions" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Fixed some README mistakes
…ededge/ferryman-extensions-2.0.6 Bump @blendededge/ferryman-extensions from 2.0.4 to 2.0.6
Making sure to emit any errors through ferryman extensions
Add try/catch around whole utility
add support for oauth1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ensures that docker images built via Github Actions will be available for both
linux/amd64
andlinux/arm64
(enables running locally on Apple Silicon devices)Tested the build actions in a fork of this repo:
https://github.com/BirdHighway/REST-API-component-oih